//Update bus contents.
updateSlots();
//Remove drop that was added to the bus.
world.setBlockToAir(x, y, z);
return true;
}
updateSlots();
}
//Remove drop that was added to the bus.
world.setBlockToAir(x, y, z);
return true;
}